#####Provence Major Events#####
#By Joakim 'Greven' Bergqwist##
###############################

#The Crown of France#
event = {

	id = 3606
	trigger = {
			owned = {
					province = 385
					data = -1
				}
			NOT = {
				exists = FRA
				}
		}
	random = no
	country = PRO
	name = "EVENTNAME3606"
	desc = "EVENTHIST3606"
	style = 1

	date = { day = 1 month = january year = 1420 }
	offset = 30
	deathdate = { day = 1 month = january year = 1515 }

	action_a ={					#France is reborn with me#
		name = "ACTIONNAME3606A"
		command = { type = vp value = 200 }
		command = { type = stability value = 3 }
		command = { type = country which = FRA }
		command = { type = INF which = 385 value = 15000 }
		command = { type = CAV which = 385 value = 10000 }
		command = { type = ART which = 385 value = 30 }
	}

	action_b ={					#Let France rest in peace#
		name = "ACTIONNAME3606B"
		command = { type = vp value = -100 }
		command = { type = stability value = -3 }
		command = { type = relation which = ENG value = 150 }
		command = { type = relation which = BUR value = 150 }
		command = { type = relation which = HAB value = 150 }
		command = { type = relation which = SPA value = 150 }
	}
}

#The Succession in Provence#
event = {

	id = 3607
	trigger = {
			exists = FRA
			exists = ENG
		}
	random = no
	country = PRO
	name = "EVENTNAME3607"
	desc = "EVENTHIST3607"
	style = 1

	date = { day = 9 month = july year = 1451 }
	offset = 0
	deathdate = { day = 10 month = july year = 1451 }

	action_a ={
		name = "ACTIONNAME3607A"	#The King of France (Annect)#
		command = { type = trigger which = 3323 }
	}

	action_b ={
		name = "ACTIONNAME3607B"	#The King of France (Vassal)#
		command = { type = trigger which = 3324 }
		command = { type = dynastic which = FRA }
#		command = { type = alliance which = FRA }
		command = { type = stability value = -2 }
		command = { type = INF which = -1 value = 5000 }
	}

	action_c ={
		name = "ACTIONNAME3607C"	#The King of England (Vassal)#
		command = { type = trigger which = 3314 }
		command = { type = dynastic which = ENG }
#		command = { type = alliance which = ENG }
		command = { type = stability value = -2 }
		command = { type = INF which = -1 value = 10000 }
	}

}